Skip to main content

All Questions

3votes
1answer
134views

Recursive Factorial Calculation in JavaScript

...
TAHER El Mehdi's user avatar
1vote
1answer
58views

Optimizing the Dig Pow function

I have written a Python function to solve the Dig Pow problem, where the goal is to find a number k such that the sum of each digit of n raised to a specific and ...
TAHER El Mehdi's user avatar
0votes
3answers
291views

Finding nth lowest value without any Math max or min methods

So I decided to make a more efficient solution to a Google interview question where they ask you to either find the lowest or second lowest value in an array without using the max or min methods. I ...
DreamVision2017's user avatar

close